UnrealPakViewer-master:UnrealPakViewer可视化Pak分析工具用于查看PAK文件的好东东.
├── UnrealPakViewer-master
│ ├── PakAnalyzer
│ │ ├── PakAnalyzer.Build.cs
│ │ ├── Private
│ │ │ ├── AssetParseThreadWorker.cpp
│ │ │ ├── AssetParseThreadWorker.h
│ │ │ ├── BaseAnalyzer.cpp
│ │ │ ├── BaseAnalyzer.h
│ │ │ ├── ExtractThreadWorker.cpp
│ │ │ ├── ExtractThreadWorker.h
│ │ │ ├── FolderAnalyzer.cpp
│ │ │ ├── FolderAnalyzer.h
│ │ │ ├── IoStoreAnalyzer.cpp
│ │ │ ├── IoStoreAnalyzer.h
│ │ │ ├── IoStoreDefines.h
│ │ │ ├── PakAnalyzer.cpp
│ │ │ ├── PakAnalyzer.h
│ │ │ ├── PakAnalyzerModule.cpp
│ │ │ └── PakFileEntry.cpp
│ │ └── Public
│ │ ├── CommonDefines.h
│ │ ├── IPakAnalyzer.h
│ │ ├── PakAnalyzerModule.h
│ │ └── PakFileEntry.h
│ ├── README.md
│ ├── Resources
│ │ ├── Icons
│ │ │ ├── Edit
│ │ │ │ └── icon_Edit_Copy_40x.png
│ │ │ ├── FolderClosed.png
│ │ │ ├── FolderOpen.png
│ │ │ ├── icon_Blueprint_Find_40px.png
│ │ │ ├── icon_ContentBrowser_40x.png
│ │ │ ├── icon_FontEd_Export_40x.png
│ │ │ ├── icon_Persona_Skeleton_Tree_16x.png
│ │ │ ├── icon_StaticMeshEd_Collision_40x.png
│ │ │ ├── icon_file_open_40x.png
│ │ │ ├── icon_levels_visible_40x.png
│ │ │ └── icon_source_control_40x.png
│ │ ├── Images
│ │ │ ├── AESKey.png
│ │ │ ├── AssetSummary.png
│ │ │ ├── ClassFilter.png
│ │ │ ├── DependencyPackages.png
│ │ │ ├── DependentPackages.png
│ │ │ ├── ExportObjects.png
│ │ │ ├── FileDetail.png
│ │ │ ├── FolderDetail.png
│ │ │ ├── FolderDetailClass.png
│ │ │ ├── ImportObjects.png
│ │ │ ├── ListView.png
│ │ │ ├── ListViewContext.png
│ │ │ ├── LoadAssetRegistry.png
│ │ │ ├── NameFilter.png
│ │ │ ├── Names.png
│ │ │ ├── ObjectDependencies.png
│ │ │ ├── OpenPak.png
│ │ │ ├── PakSummary.png
│ │ │ ├── TreeView.png
│ │ │ └── TreeViewContext.png
│ │ └── Windows
│ │ ├── RCa27464
│ │ ├── Resource.rc
│ │ └── UnrealPakViewer.ico
│ ├── UnrealPakViewer
│ │ ├── Private
│ │ │ ├── PlatformMain
│ │ │ │ ├── Linux
│ │ │ │ │ └── UnrealPakViewerMainLinux.cpp
│ │ │ │ ├── Mac
│ │ │ │ │ └── UnrealPakViewerMainMac.cpp
│ │ │ │ └── Windows
│ │ │ │ └── UnrealPakViewerMainWindows.cpp
│ │ │ ├── UnrealPakViewerApplication.cpp
│ │ │ ├── UnrealPakViewerApplication.h
│ │ │ ├── UnrealPakViewerMain.cpp
│ │ │ ├── UnrealPakViewerMain.h
│ │ │ ├── UnrealPakViewerStyle.cpp
│ │ │ ├── UnrealPakViewerStyle.h
│ │ │ ├── ViewModels
│ │ │ │ ├── ClassColumn.cpp
│ │ │ │ ├── ClassColumn.h
│ │ │ │ ├── FileColumn.cpp
│ │ │ │ ├── FileColumn.h
│ │ │ │ ├── FileSortAndFilter.cpp
│ │ │ │ ├── FileSortAndFilter.h
│ │ │ │ ├── WidgetDelegates.cpp
│ │ │ │ └── WidgetDelegates.h
│ │ │ └── Widgets
│ │ │ ├── SAboutWindow.cpp
│ │ │ ├── SAboutWindow.h
│ │ │ ├── SAssetSummaryView.cpp
│ │ │ ├── SAssetSummaryView.h
│ │ │ ├── SExtractProgressWindow.cpp
│ │ │ ├── SExtractProgressWindow.h
│ │ │ ├── SKeyInputWindow.cpp
│ │ │ ├── SKeyInputWindow.h
│ │ │ ├── SKeyValueRow.cpp
│ │ │ ├── SKeyValueRow.h
│ │ │ ├── SMainWindow.cpp
│ │ │ ├── SMainWindow.h
│ │ │ ├── SOptionsWindow.cpp
│ │ │ ├── SOptionsWindow.h
│ │ │ ├── SPakClassView.cpp
│ │ │ ├── SPakClassView.h
│ │ │ ├── SPakFileView.cpp
│ │ │ ├── SPakFileView.h
│ │ │ ├── SPakSummaryView.cpp
│ │ │ ├── SPakSummaryView.h
│ │ │ ├── SPakTreeView.cpp
│ │ │ └── SPakTreeView.h
│ │ └── UnrealPakViewer.Build.cs
│ └── UnrealPakViewer.Target.cs
└── 找例子网_UnrealPakViewer-master.zip
17 directories, 97 files
评论